net/http.http2serverConn.sendServeMsg (method)
8 uses
net/http (current package)
h2_bundle.go#L4902: func (sc *http2serverConn) onSettingsTimer() { sc.sendServeMsg(http2settingsTimerMsg) }
h2_bundle.go#L4904: func (sc *http2serverConn) onIdleTimer() { sc.sendServeMsg(http2idleTimerMsg) }
h2_bundle.go#L4906: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }
h2_bundle.go#L4908: func (sc *http2serverConn) sendServeMsg(msg interface{}) {
h2_bundle.go#L5264: sc.shutdownOnce.Do(func() { sc.sendServeMsg(http2gracefulShutdownMsg) })
h2_bundle.go#L6225: defer sc.sendServeMsg(http2handlerDoneMsg)
h2_bundle.go#L6649: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6675: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |